home *** CD-ROM | disk | FTP | other *** search
/ Webster's Millennium Amer…Sign Language Dictionary / ASL.ISO / mac / SHARED.cst / 00018_Script_dt qt 1x dk script < prev    next >
Text File  |  2001-09-17  |  2KB  |  64 lines

  1. --∂ï
  2. on mouseUp
  3.   global vCastList,vCastList1,vCastList2,g2xVideo
  4.   
  5.   set g2xVideo = false
  6.   --  global gNoloop
  7.   --  set the loop of the member of sprite 39 to 1
  8.   --  set the movierate of sprite 39 to 1
  9.   --  put 0 into gNoLoop
  10.   --  
  11.   
  12.   
  13.   if the moviename = "Dict.dir" then
  14.     puppetSprite 44,true
  15.   else puppetSprite 42,true
  16.   
  17.   put the rect of sprite 39 into TwoXRect
  18.   
  19.   if the moviename = "Dict.dir" then
  20.     put the rect of sprite 44 into blankrect
  21.   else  put the rect of sprite 42 into blankrect
  22.   
  23.   set cstNum = the castNum of sprite 39
  24.   
  25.   if the moviename = "Dict.dir" then 
  26.     set the loch of sprite 47 = -205
  27.   else set the loch of sprite 41 = -205
  28.   
  29.   set the rect of sprite 39 to rect(424, 40, 604, 240)
  30.   
  31.   if the moviename = "Dict.dir" then
  32.     set the rect of sprite 44 to twoXRect
  33.   else set the rect of sprite 42 to twoXRect
  34.   
  35.   updatestage
  36.   
  37.   if the moviename = "Dict.dir" then
  38.     set the rect of sprite 44 to blankrect
  39.   else set the rect of sprite 42 to blankrect
  40.   
  41.   updatestage
  42.   --set the movieRate of sprite 39 to 0
  43.   
  44.   if the moviename = "Dict.dir" then 
  45.     setaProp (vCastList,10, 101)
  46.     puppetSprite 36, false
  47.     puppetSprite 47, false
  48.     set the visible of sprite 36 = false
  49.   else 
  50.     setaProp (vCastList1,5,438)
  51.     setaProp (vCastList2,5,438)
  52.     puppetSprite 37, false
  53.     puppetSprite 41, false
  54.     set the visible of sprite 37 = false
  55.   end if
  56.   
  57.   if the moviename = "Dict.dir" then
  58.     puppetSprite 44,false
  59.   else puppetSprite 42,false
  60.   
  61.   set the movieTime of sprite 39 = 0
  62.   puppetSprite 39,false
  63.   updateStage
  64. end